home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / self / contrib.lha / contrib / 491 / aa / aa.self < prev    next >
Encoding:
Text File  |  1993-06-23  |  633 b   |  32 lines

  1. " Algebra assistant types "
  2. * aa.self,v
  3. * Revision 1.4  1993/06/23  02:04:18  richards
  4. * Progress towards being able to select equations.
  5. *
  6. * Revision 1.3  1993/05/30  21:45:17  richards
  7. * CVS checkin.
  8. *
  9. * Revision 1.2  1993/05/23  23:16:47  richards
  10. * AA is no longer under globals.
  11. *
  12. * Revision 1.1  1992/06/28  15:16:16  richards
  13. * Initial revision
  14. *
  15. *
  16. * /home/2user2/richards/cvs/491/aa/aa.self,v 1.4 1993/06/23 02:04:18 richards Exp 
  17. *
  18. "
  19. _AddSlotsIfAbsent: ( | aa = () |)
  20. aa _Define: (|
  21.     comment = 'An algebra assistant named AA'. 
  22.     ^ traits = ().
  23.     ^ mixins = ().
  24.     ^ prototypes* = ().
  25. |)
  26.  
  27.  
  28.  
  29.           
  30.           
  31.